﻿@charset "utf-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'SimSun' !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
    margin: 0px;
    vertical-align: middle;
}
em {
    font-style: normal;
    font-weight: normal;
}
ol,
ul,
li {
    list-style: none;
}
li {
    vertical-align: top;
}
/*h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}*/
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
    -webkit-appearance: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    background: transparent;
    text-decoration: none;
    color: #333;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
    transition: color 0.25s ease-out 0s;
    -webkit-transition: color 0.25s ease-out 0s;
    color: #000;
}

img.o8:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
body {
    font: 12px/2 Helvetica, Arial, Verdana, sans-serif;
    color: #333;
    word-break: break-all;
}

/*自定义常用*/
.f {
    float: left;
}
.r {
    float: right;
}
.w {
    width: 100%;
}
.h {
    height: 100%;
}
.cer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.b {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.pos {
    position: relative;
}
.disn {
    display: none;
}
.disb {
    display: block;
}
.ov {
    overflow: hidden;
}
.cur {
    cursor: pointer;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix {
    *zoom: 1;
}

/*font-style*/
.t12 {
    font-size: 12px;
}
.t14 {
    font-size: 14px;
}
.t16 {
    font-size: 16px;
}
.t18 {
    font-size: 18px;
}
.ti200 {
    text-indent: 2em;
}
.fontya {
    font-family: 'SimSun' !important;
}
.ell {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 100%;
    font-weight: normal;
}
.ell2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 100%;
    font-weight: normal;
} /*显示两行*/

.ttc {
    text-transform: capitalize;
} /*首字母大写*/
.ttl {
    text-transform: lowercase;
} /*全部小写*/
.ttu {
    text-transform: uppercase;
} /*全部大写*/

.gray3 {
    color: #333;
}
.gray6 {
    color: #666;
}
.gray9 {
    color: #999;
}
.greeda {
    color: #3dadaf;
}

/* ____________________________________________________________ */

.nav ul {
    padding: 8px 0;
    text-align: right;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a {
    display: inline-block;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
}
.nav ul.maxpro li a {
    font-size: 16px;
    font-weight: bold;
    color: rgb(29, 32, 136);
}
.nav ul li a.en {
    display: inline-block;
    font-size: 14px;
    color: rgb(29, 32, 136);
    font-weight: bold;
}
.nav ul li a:hover {
    color: RGB(6, 82, 121);
    text-decoration: none;
    font-weight: bold; /*border-bottom: 1px #0099CC groove;*/
}
.nav ul.maxpro li a:hover {
    color: #3b8dd1;
    text-decoration: none;
}

.banner ul li img {
    width: 100%;
}

.mianul {
    padding: 30px 0px;
}
.mianul ul li {
    display: inline-block;
    width: 300px;
    margin: 46px;
}
.mianul ul li img {
    width: 300px;
    height: 260px;
    border-radius: 6px;
}
.mianul ul li h2 {
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    color: rgb(29, 32, 136);
}

.footer {
    background: rgb(0, 84, 159);
    color: #fff;
    padding: 30px 0;
    height: 100%;
}
.footer ul li {
    display: inline-block;
    width: 140px;
    border-right: 1px solid #f1f1f1;
    height: 130px;
    line-height: 26px;
    height: 100%;
    float: left;
}
.footer ul li span,
.footer ul li a {
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 14px;
}
.footer ul li a {
    color: #fff;
}

.footer .qrcode {
    padding: 0px 40px;
}

.footer .online {
    width: 360px;
}
.footer .online .ttt {
    display: inline-block;
    line-height: 32px;
    border-bottom: 1px solid #eee;
    text-indent: 30px;
    background: url(../images/i_tel.png) left center no-repeat;
    font-size: 18px;
    font-weight: bold;
}
.footer .online p {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
}

.copyright {
    padding: 10px 0;
    background: rgb(122, 184, 0);
    color: #fff;
}

.content {
    padding-top: 20px;
}
.content .left {
    width: 220px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 40px;
}
.content .left .name {
    font-weight: bold;
    font-size: 18px;
    background: rgb(1, 82, 156);
    color: #fff;
    line-height: 66px;
}
.content .left ul li {
    display: inline-block;
    width: 220px;
    border-bottom: 1px solid #eee;
}

.content .left ul li.on {
    border-bottom: 3px solid rgb(1, 82, 156);
    background: #aaa;
    color: #fff;
}
.content .left ul li.child {
    background: #eee;
}
.content .left ul li a {
    display: inline-block;
    width: 100%;
    line-height: 54px;
}
.content .left ul li:hover {
    background: #aaa;
    color: #fff;
}
.right {
    width: 940px;
}
.right .catname {
    font-size: 22px;
    line-height: 50px;
    color: rgb(1, 82, 156);
    font-weight: bold;
}

.tbtb img {
    max-width: 100%;
}
.right {
    padding-bottom: 40px;
}

.newslist ul li {
    height: 120px;
    margin-bottom: 20px;
}
.newslist ul li .thumb {
    width: 160px;
    height: 120px;
    float: left;
}
.newslist ul li .thumb img {
    width: 140px;
    height: 120px;
}
.newslist ul li .other {
    width: 780px;
    height: 120px;
    float: left;
}
.newslist ul li .other h1 {
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
.newslist ul li .parm {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.newslist ul li .parm span {
    margin-right: 40px;
    display: inline-block;
    text-indent: 20px;
}
.newslist ul li .parm span.date {
    background: url(http://www.cdhailing.com/public/images/date.png) left center no-repeat;
}
.newslist ul li .parm span.eay {
    background: url(http://www.cdhailing.com/public/images/eay.png) left center no-repeat;
}
.newslist ul li .desc {
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    text-indent: 2em;
}

.prolist ul li {
    width: 180px;
    display: inline-block;
    margin: 26px;
}
.prolist ul li img {
    width: 180px;
    height: 160px;
    border-radius: 6px;
}

/* www.lanrenzhijia.com */
.flickerplate {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #e6e6e6;
    overflow: hidden;
}

/*lcy add begin*/
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: 0;
}
.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}
.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}
.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}
.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}
.line20 {
    clear: both;
    font-size: 0px;
    height: 20px;
    overflow: hidden;
}
.line30 {
    clear: both;
    font-size: 0px;
    height: 30px;
    overflow: hidden;
}
/*图文列表*/
.n-list {
    /*padding-top:10px;*/
}
.n-list li {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
.n-list li:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.n-list li h2 {
    padding: 16px 0 14px 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
}
.n-list li h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 29px;
    color: #3b8dd1;
    text-decoration: none;
}
.n-list li h2 a:hover {
    color: #8cac52;
}
.n-list li .note b {
    position: relative;
    display: block;
    float: left;
    margin-right: 16px;
    width: 156px;
    height: 104px;
    font-style: normal;
}
.n-list li .note b img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    _height: 100%;
}
.n-list li .note p {
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    color: #555;
}
.n-list li .note .info {
    padding-top: 10px;
}
.n-list li .note .info span {
    margin-right: 10px;
    padding-left: 20px;
    color: #777;
    background: url(../images/sprite.gif) no-repeat;
}
.n-list li .note .info .time {
    background-position: 0 -158px;
}
.n-list li .note .info .view {
    background-position: 0 -36px;
}
.n-list li .note .info .comm {
    background-position: 0 4px;
}
.n-list .nodata {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    line-height: 100px;
    text-align: center;
}

/*页码容器*/
.page-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}

/*内容标题样式*/
.meta {
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.meta:after {
    clear: none;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.meta h1 {
    margin: 0;
    padding: 0 0 15px 0;
    color: #3b8dd1;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.meta .meta-info {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
.meta .meta-info span {
    margin-right: 10px;
    padding-left: 20px;
    color: #777;
    background: url(../images/sprite.gif) no-repeat;
}
.meta .meta-info .time {
    background-position: left -158px;
}
.meta .meta-info .view {
    background-position: left -36px;
}
.meta .meta-info .comm {
    background-position: left 4px;
}
/*内容详细样式*/
.entry {
    margin: 15px 0;
    padding: 0; /*font-size:12px; line-height:2em; word-wrap:break-word;*/
}
/*
	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	.entry strong{ color:#DC2523; }
	.entry ul,.entry ol{ margin:1em; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#555; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; line-height:1.7em; }
	.entry table{ border-left:0.15em solid #eee; border-top:0.15em solid #eee; }
	.entry table th{ background-color:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:0.15em solid #eee; border-right:0.15em solid #eee; padding:0.25em 0.5em; }
    */
.next-prev-single {
    padding: 10px 0;
    color: #444;
    font-size: 14px;
    overflow: hidden;
}
.next-prev-single p {
    width: 49%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.next-prev-single p a {
    color: #428bca;
    text-decoration: none;
}
.next-prev-single .prev {
    float: left;
}
.next-prev-single .next {
    float: right;
}

.logo {
    margin-top: 25px;
}
/*lcy add end*/

@media screen and (max-width: 980px) {
    .cer {
        width: 100%;
    }
    .flickerplate {
        height: 220px;
    }
    .mianul {
        text-align: center;
    }
    .mianul ul li {
        width: 30%;
        margin: 0px;
        margin-bottom: 20px;
        height: auto;
        padding-bottom: 28px;
    }
    .mianul ul li img {
        width: 100%;
        height: auto;
    }
    .mianul ul li p {
        height: 68px;
        padding: 0;
        overflow: hidden;
    }
    .mianul ul li h2 {
        font-size: 14px;
        line-height: 34px;
    }
    .footer ul {
        float: none;
    }
    .footer ul li {
        width: 96%;
        height: auto;
        padding: 0 2%;
        margin-bottom: 20px;
    }
    .footer ul li span {
        display: block;
        width: 100%;
        text-align: left;
    }
    .footer ul li i {
        margin-left: 20px;
    }
    .footer ul li i a {
        width: auto;
    }
    .footer .qrcode {
        display: none;
    }
    .footer .online {
        float: none;
        width: 96%;
        padding: 0 2%;
    }

    .content .left {
        float: none;
        width: 96%;
        margin: 0px 2%;
    }
    .content .left ul li {
        display: inline-block;
        width: auto;
        padding: 0 20px;
    }
    .content .left ul li a {
        height: 100%;
    }
    .content .left ul li.on a {
        color: #fff;
    }

    .content .right {
        padding: 10px 2%;
        width: 96%;
    }
    .newslist ul li {
        padding-left: 150px;
        overflow: hidden;
    }
    .newslist ul li .thumb {
        position: absolute;
        left: 2%;
    }
    .newslist ul li .other {
        width: auto;
        height: 118px;
    }
    .newslist ul li .other h1 {
        width: auto;
    }
    .prolist ul li {
        width: 140px;
        margin: 8px;
    }
    .prolist ul li img {
        width: 100%;
        height: 110px;
        height: auto;
    }

    .newslist ul li .other {
        width: 100%;
    }
    .newslist ul li .desc {
        height: 50px;
    }
    .newslist ul li .more {
        position: absolute;
        display: inline-block;
        right: 2%;
        bottom: 0px;
        text-decoration: underline;
    }
    .nav ul.maxpro li a,
    .nav ul li a {
        font-size: 12px;
        padding: 0 4px;
    }
}

@media screen and (max-width: 640px) {
    .mianul ul li .more {
        position: absolute;
        right: 0px;
        bottom: 0px;
        text-decoration: underline;
        display: inline-block;
    }
    .logo img {
        width: 80px;
    }
}
@media screen and (max-width: 360px) {
    .mianul ul li {
        width: 96%;
    }
    .logo img {
        display: none;
    }
}
